home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource5
/
357_01
/
cstar1.exe
/
BADIF.PP
< prev
next >
Wrap
Text File
|
1991-11-15
|
71b
|
6 lines
#if a && 1
"a is less than 1"
#else
"a is not less than 1"
#endif